The type of the vertex.
The current array.
The expected count.
GetVertexArray<TVertex>(TVertex[],Int32) Method
Creates a new array if expected count does not equal current array count, or current array is null.
Syntax
public static TVertex[] GetVertexArray<TVertex>( 
   TVertex[] currentArray,
   int expectedCount
)

Parameters

currentArray
The current array.
expectedCount
The expected count.

Type Parameters

TVertex
The type of the vertex.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also